home *** CD-ROM | disk | FTP | other *** search
/ BMUG PD-ROM BV3 / BMUG PD-ROM Version BV3 (CDRM1097900).iso / HyperCard / Games / The Golden Parrot / card_14305.txt < prev    next >
Text File  |  1990-08-20  |  818b  |  32 lines

  1. -- card: 14305 from stack: in
  2. -- bmap block id: 0
  3. -- flags: 0000
  4. -- background id: 3426
  5. -- name: About the Mountain Trail
  6. ----- HyperTalk script -----
  7. on openCard
  8.   global score
  9.   put score into field "scorebox"
  10. end openCard
  11.  
  12. on mouseUp
  13.  
  14.   get field "textarea" of card "Mountain Trail"
  15.   put it&return&"About the Mountain Trail" into field "textarea" of card "Mountain Trail"
  16.  
  17.   visual effect dissolve
  18.   go card "Mountain Trail"
  19. end mouseUp
  20.  
  21.  
  22. -- part contents for background part 1
  23. ----- text -----
  24. About the Mountain Trail
  25.  
  26. -- part contents for background part 2
  27. ----- text -----
  28. The rocky trail winds its way up the steep slopes. Long switch-backs with steep dropoffs can be seen far off in the distance, until the trail disappears into a layer of clouds.
  29.  
  30. -- part contents for background part 5
  31. ----- text -----
  32. 205